home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / diff / diff_20b.zoo / readme.st < prev    next >
Encoding:
Text File  |  1992-09-22  |  1.9 KB  |  43 lines

  1. * Tue Sep 22 21:32:40 1992
  2.  
  3. This is my port of the new GNU diff 2.0 utilities. They are currently
  4. compiled with GCC 2.2.2 pl3 and Eric Smith's headers and libraries for
  5. MiNT at patchlevel 21.
  6.  
  7. `diff3.ttp' is completly untested. `diff.ttp' was only tested by
  8. producing the diffs to the original diff 2.0 distribution from prep
  9. and by using it as part of RCS 5.6 (Revision Control System). I would
  10. think, that atleast `diff.ttp' and `cmp.ttp' should also run on
  11. systems, which are running plain TOS. For `sdiff.ttp' I made a short
  12. go nogo test and so far it seems to be working fine. I ran the
  13. executables from Eric Smith's port of `tcsh' and under MiNT 0.96pl4.
  14.  
  15. I extract the original tar archive on my UN*X box at work, which is
  16. mostly like a ATT System V.3, and ran the configure script. This
  17. produced the `Makefile' and `configure.status'. Then I zoo'ed the diff
  18. directory and took the stuff home. 
  19.  
  20. Once there, I edited the `Makefile' and could produce running versions
  21. of the programs without changing one line of code. After that I
  22. included some modifications, which I used in diff 1.15. All
  23. executables open any file in binary mode. This is hardwired with a
  24. `_binmode(1);'. Perhaps I should remove that and let the library
  25. decide by looking at the environment variable `UNIXMODE'. Additionally
  26. I wrote some code, which shows the equivalent long and show options,
  27. if diff is invoked with `--help'.
  28.  
  29. That's all folks. Hope, that it works for you as it does for me.
  30. --
  31. Cheers
  32.  
  33.      /====                          Siemens Nixdorf Informationssysteme AG
  34.     /   Ridderbusch         / ,    Heinz Nixdorf Ring
  35.    /                       /./    4790 Paderborn, West Germany
  36.   /=== /,== ,===/  /,==,  //     
  37.  /    //   /   /  //   / / \    NERV:ridderbusch.pad
  38. /    /     `==/\ /    / /   \  BTX:0525467066-0001
  39.  
  40. Email: ridderbusch.pad@sni-usa.com   (America (North & South))
  41.        ridderbusch.pad@sni.de        (Rest of world)
  42.        Frank_Ridderbusch@pb.maus.de  (MausNet)
  43.